home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr35 / t2dbq104.zip / TICK2DBQ.DOC < prev    next >
Text File  |  1993-06-21  |  4KB  |  138 lines

  1.  
  2.                     Tick2DBq version 1.04, 21 Jun 93
  3.                      (c) Copyright 1993, Ken Yinger
  4.  
  5.  
  6. Notices, Legal Stuff and Disclaimer
  7. ===================================
  8.  
  9.      This is copyrighted software owned by Ken Yinger.  This is NOT public
  10.    domain, but is freeware.  I maintain copyright to the source code,
  11.    executables and all documentation.
  12.  
  13.      Tick2DBq is provided 'as is', without warranty of any kind, neither
  14.    expressed nor implied.  I only guarantee that Tick2DBq will occupy disk
  15.    space.
  16.  
  17.      In no event will the author be liable to you for any damages, including
  18.    lost profits, lost savings or other incidental or consequential damages
  19.    arising out of the use of this program.
  20.  
  21.      All mentioned products and packages are copyrighted by and trademarks
  22.    of their respective holders.
  23.  
  24.  
  25. System Requirements
  26. ===================
  27.  
  28.         * An IBM PC, XT, AT or compatible
  29.  
  30.         * MS/PC-DOS 2.00+, 3.xx or higher preferred
  31.  
  32.         * D'Bridge 1.53 or above (ß2011 etc)
  33.  
  34.         * A fido '*.msg' style netmail-directory
  35.  
  36.  
  37. What is Tick2DBq?
  38. =================
  39.  
  40.      Very good question.  Tick2DBq will take a file attach message (only
  41.    empty ones, ie, no text) and insert the files with the correct priority
  42.    directly into the D'Bridge Queue.
  43.  
  44.      Tick2DBq will create a log file in the directory it's ran from.
  45.  
  46.      Included in the archive are optimized version for the 80286 and 80386
  47.    based computers.  The files are named Tick2DBq.286 and Tick2DBq.386
  48.    respectively.  Just rename the file you want to use to Tick2DBq.Exe.
  49.    Note that trying to run the 80386 version on a 80286 computer will
  50.    return an "Unsupported Hardware" error.
  51.  
  52.      Anyone that want's a version with 80x87 specific code, let me know.
  53.    I'll make it.  I make a 386 version with 387 code for my own use.  Fast!
  54.  
  55.      What Tick2DBq won't do is:
  56.         process a message to you (one of your addresses).
  57.         send an orphan message.
  58.         send a message to a point that isn't from your main address.
  59.         send an intransit message (unless you want it to.)
  60.  
  61. Features
  62. ========
  63.  
  64.         o Support for Immediate, Crash, Normal and Hold prorites.
  65.  
  66.         o Full multi-zone support with use of ForceIntl in Tick
  67.  
  68.         o Full point support (from your main address only)
  69.  
  70.         o Can optionally send intransit attaches as well as local netmail
  71.  
  72.  
  73. Getting Started
  74. ===============
  75.  
  76.      First run the program T2DBCFG.EXE that came with this archive.
  77.  
  78.      Then make sure Tick and D'bridge are setup correctly, see the
  79.    appropiate documents for each of these program.
  80.  
  81.      Run Tick2DBq in a batch file AFTER Tick or whatever file moving
  82.    program you have is ran.
  83.  
  84.      When D'bridge starts up it will find any transmit file attaches in
  85.    it's queue.
  86.  
  87.      Yes, it's that simple.
  88.  
  89.  
  90. Why I Wrote this Program
  91. ========================
  92.  
  93.      I found that when D'Bridge sends file attaches, it will send the netmail
  94.    packet first, and later delete all the netmail file attaches.  This happens
  95.    weather or not all the files were actually sent.  If some of the files were
  96.    not sent, it will add them to the disk based queue, (Q-ZZZNNN.nnn or
  97.    Q-POINT.PPP).  The next time Tick is ran, it will delete it's hold tic
  98.    files, why not?  There's no netmail file attach's for them.
  99.  
  100.      This hardly bothers D'Bridge in EMSI or FTS-0006 modes, it will just
  101.    skip the tic files and send the rest.  In FTS-0001 mode, this is murder.
  102.    It will actually stop the session and keep killing it until it is removed
  103.    from the queue.
  104.  
  105.      It also bothers me that the tic files were not getting out half the time.
  106.    And so, here it is.
  107.  
  108.  
  109. Technical Stuff
  110. ===============
  111.  
  112.      Tick2DBq is written in PowerBasic 3.0 by Spectra Publishing.
  113.  
  114.  
  115. Limits - Obvious Ones Anyway
  116. ============================
  117.  
  118.      File locking is not available, I have to figure out how to tell if
  119.    share is loaded or not, have to get DOS version too.
  120.  
  121.  
  122.  
  123. Errorlevels
  124. ===========
  125.  
  126.      Tick2DBq will produce the following errorlevels upon exit:
  127.  
  128.                 2 - No netmail to process
  129.                 1 - No attach messages to process
  130.                 0 - Processed messages without fatal error
  131.  
  132. Extra Things
  133. ============
  134.  
  135.      Included in this version is a little utility called "BASE36", just
  136.    input a number and it will throw a base-36 number back (0-Z).
  137.  
  138.